home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-11 | 626 b | 19 lines | [TEXT/ttxt] |
- Modem File = Standard (Call Log)
- Modem Script Name = Hang Up
-
- 1 Dialog Install "Now Hanging Up."
- 2 Do Script * "Grab Modem"
- 3 If Success
- 4 Send Text String "ATH^M"
- 5 Set Variable online from Expression "=false"
- 6 Set Variable timeStamp from Date & Time
- 7 Do Script * "Ticks2Time"
- 8 Append to File "Call Log"
- 9 Send Local to File "='Call to ',ServiceName,' via ',PhoneNumber,' finished at ',timeStamp,'.'"
- 10 Send Local to File "^M"
- 11 Send Local to File "='[Duration of call was ',callTimer,']'"
- 12 Send Local to File "^M^M"
- 13 Capture Off
- 14 End If
- 15 Dialog Discard
-